home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_32319.txt < prev    next >
Text File  |  1990-08-24  |  1KB  |  59 lines

  1. -- card: 32319 from stack: in.0
  2. -- bmap block id: 53666
  3. -- flags: 0000
  4. -- background id: 28375
  5. -- name: changing card sizes
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=215 top=220 right=313 bottom=315
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   lock screen
  23.   go cd "Stack Info Dialog" of stack "‚Ä¢HC 2.0-6"
  24.   unlock screen with visual zoom open
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 3 (button)
  30. -- low flags: 00
  31. -- high flags: 2000
  32. -- rect: left=322 top=220 right=313 bottom=414
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   lock screen
  44.   go cd "Resize Dialog" of stack "‚Ä¢HC 2.0-6"
  45.   unlock screen with visual zoom open
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part contents for background part 5
  51. ----- text -----
  52. The size of a card can be changed at any time.
  53.  
  54. In the Stack Info... dialog box is a ‚ÄúResize...‚Äù option. This brings up another dialog, where you can size a small image of the card by dragging its corners, or select from several options for often used card sizes 
  55. (512-by-342 pixels, etc.). Click the buttons below to see the two dialog boxes.
  56.  
  57. -- part contents for background part 6
  58. ----- text -----
  59. CHANGING CARD SIZES